From BlenderWiki

Jump to: navigation, search
Note: This is an archived version of the Blender Developer Wiki. The current and active wiki is available on wiki.blender.org.

Hi Kilon, some typing error intepreter missing r?

Got in problems with import mylib y = mylib.x y.add_together() #error I did! print(type(y)) # is a class! yy = y() #needed! yy.add_together() #works

Maybe you add something about this? Greetings

PKHG 17:39, 25 January 2012 (CET)

You started Module with:

Its pretty hard to miss the functionality of modules inside python

How should a newbie know???

PKHG 15:49, 30 January 2012 (CET)